home *** CD-ROM | disk | FTP | other *** search
/ Light ROM 4 / Light ROM 4 - Disc 1.iso / text / net_news / 1994 / 4.doc / text0057.txt < prev    next >
Encoding:
Text File  |  1995-03-24  |  1.8 KB  |  39 lines

  1. st4pt@rosie.uh.edu (donald TAKESHI mcfall) wrote:
  2. >
  3. > In article <3d8eli$b2o@beta.inc.net>, syndesis@beta.inc.net (John Foust) writes...
  4. > >The Mac back-end of the VC 2.0 compiler has its limits; there are
  5. > >many Win32 functions that are not implemented.  For example, no DLLs.
  6. > >Great swaths of functions are not implemented.  If you own VC 2.0,
  7. > >check the online docs, there's a function-by-function explanation of
  8. > >which are working and which aren't.
  9. > > 
  10. > >If you don't know what's needed to move LightWave's code to another
  11. > >platform, why are you confident it would be "extremely simple"?
  12.  
  13. Easy,  I wasn't aware that VC++ 2.0 was so weak on their porting abilities.
  14. All I have read was their adds trying to convice me that I should drop $2000
  15. to upgrade to it.
  16.  
  17. > From what I hear, the Mac's a real pain to program anyway... :)
  18.  
  19. Nope.  Any mac compiler can do 32 bit graphics.  I've written my own
  20. paint program as a class project for graphics class many moons ago.
  21. I have yet to figure out how to get my Microsoft c++ 7 to do more than
  22. 256 colors at a time.  Image manipulation, and graphics are a snap on
  23. the mac.  The mac guts are very well documented.  Apple may say "don't
  24. touch this data,"  but they then procede to tell you exacly where the
  25. data you shuldn't touch is, and what the format is.  I hear microsoft's 
  26. stuff is full of little secrets (which was brought up in many lawsuits
  27. of monopoly within the last 3 years).  The only thing that is difficult
  28. about programming the mac is the fact that you have to deal with buttons
  29. and menus and windows ... but then you have to learn to do the same for
  30. MS windows too don't you?  It is simply a different form of programming
  31. than the non-modal command line only programming that you may be used
  32. to in simple dos, vms, unix, etc... programming.
  33.  
  34. Shawn Joyce
  35. joyces@acm.org
  36.  
  37.  
  38.  
  39.